@charset 'utf-8';
body {
    background: #f3f3f3;
}
.container .title_box{
    margin: 0 auto;
    width: 1200px;
    height: 120px;
    padding: 20px;
    background-color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    white-space: nowrap;
}
.container .title_box a:first-child{
    color: black;
    font-size: 35px;
    font-weight: bold;
    text-decoration: none;
}
.container .title_box p{
    color: #5a5a5a;
    margin-top: 10px;
    margin-left: 30px;
    font-weight: bold;
    font-size: 16px;
}
.container .pic_box{
    float: left;
    width: 1200px;
    height: 500px;
    background-color: #d7d7d7;
}
.container .pic_box .slideBox{ width:1200px; height:500px; overflow:hidden; position:relative; border:1px solid #ddd; }
.container .pic_box .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.container .pic_box .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  list-style-type: none }
.container .pic_box .slideBox .hd ul li{ float:left; margin-right:10px;  width:10px; height:10px; line-height:10px; text-align:center; background:#fff; cursor:pointer; border-radius: 50px}
.container .pic_box .slideBox .hd ul li.on{ background: #8d8d8d; color:#fff; }
.container .pic_box .slideBox .bd{ position:relative; height:100%; z-index:0; }
.container .pic_box .slideBox .bd li{ zoom:1; vertical-align:middle; }
.container .pic_box .slideBox .bd img{ width:1200px; height:500px;  }

.container .pic_box .slideBox .bd div{position: absolute;width: 60%;height:60px;background: rgba(0,0,0,.5);bottom: 0;padding: 10px;border-radius: 10px;left: 19%;text-align: center}
.container .pic_box .slideBox .bd div a{display: block;color: white;font-size: 18px;margin-top: 10px;font-weight: bold}

.container .pic_box .slideBox .prev,
.container .pic_box .slideBox .next{position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:45px; height:60px; background:url(../images/index/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.7;}
.container .pic_box .slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.container .pic_box .slideBox .prev:hover,
.container .pic_box .slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.container .pic_box .slideBox .prevStop{ display:none;  }
.container .pic_box .slideBox .nextStop{ display:none;  }

.container .pic_box .slideBox .bd .show_snum{
    color: white;
    position: absolute;right: 20px;
    width: auto;
    height: auto;
    background: rgba(0,0,0,0);
    bottom: 0;
    padding: 10px;
    border-radius: 10px;
    left: 70%;
    text-align: unset;
}
.container .pic_box .show_snum>span{
    float: left;
}
.container .pic_box .show_snum>span:nth-child(1){
    color: red;font-size: 25px;margin-top: 6px;
}
.container .pic_box .show_snum>span:nth-child(2){
    font-size: 40px;
}
.container .pic_box .show_snum>span:nth-child(3){
    font-size: 30px;
    margin-top: 16px;

}
.container .con_text{
    float: left;
    margin-top: 20px;
    width: 100%;
    height: auto;
    /*background-color: white;*/
    /*padding: 20px;*/
}
.container .con_text .con_text_top{
    width: 100%;
    float: left;
    background-color: white;
}
.container .con_text .con_text_left{
    float: left;
    overflow: hidden;
    padding: 20px;
    background-color: white;
    width: 70%;
}
.container .con_text .con_text_left .nmyw{
    width: 100%;
    height: auto;
    float: left;
}
.container .con_text .con_text_left .tggs{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
}
.container .con_text .con_text_left .outBox{ width:100%; text-align:left;float: left;}
.container .con_text .con_text_left .inBox .inHd{ height:40px; line-height:30px; border-bottom:1px solid #ccc; padding-bottom: 10px}
.container .con_text .con_text_left .inBox .inHd ul{  zoom:1;}
.container .con_text .con_text_left .inBox .inHd ul li{color: #015293; height:32px; width:16%; text-align:center; float:left; cursor:pointer;font-size: 20px;font-weight: bold}
.container .con_text .con_text_left .inBox .inHd ul li span.on{ !important;color: white;}
.container .con_text .con_text_left .inBox .inHd ul li.on{ color:#cb0a01;font-weight: bold}
.container .con_text .con_text_left .inBox .inBd ul{ padding:5px;  zoom:1;position: relative;}
.container .con_text .con_text_left .inBox .inBd li{   zoom:1; margin-top: 2px ;margin-left: 20px;font-size: 16px;list-style: inherit}
.container .con_text .con_text_left .inBox .inBd li .date{ float:right; color:#999; margin-top: 10px; }
.container .con_text .con_text_left .inBd ul a{ display: inline-block;color: black;margin-top: 8px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 60%;text-decoration: none}
.tggs .outBox .bd .inBox .inHd ul li:nth-child(6){width:25%;}
#xzyw_list li span{
    float:right;
}
.container .con_text .con_text_right{
    float: left;
    width: 28%;
    margin-left: 20px;
    padding: 20px 20px 0 0;
    background-color: white;
}
.container .con_text .con_text_right .ldzc{
    width: 100%;
    height: auto;
    float: left;
}
.container .con_text_right .ldzc .ldzc_head{
    float: left;
    width: 100%;
    height: 40px;
    background-color: #1e6faf;
}
.container .con_text_right .ldzc .ldzc_head a{
    line-height: 40px;
    color: white;
    font-size: 20px;
    float: left;
    margin-left: 20px;
}
.container .con_text_right .ldzc .ldzc_content{
    float: left;
    width: 100%;
    padding-left: 20px;
    padding-top: 20px;
}
.container .con_text_right .ldzc_content .ldzc_content_xx {
    float: left;
    width: 100%;
    height: auto;
}
.container .con_text_right .ldzc_content .ldzc_content_xx img{
    width: 40%;
    padding: 5px;
    border: #bebebe solid 1px;
    float: left;
}
.con_on{
    cursor: pointer;
}
.con_on:hover{
    color: red;
}
.container .con_text_right .ldzc_content  .jzxx{
    width: 100%;
    height: 70px;
    float: left;
    margin-top: 20px;
    border-radius: 10px;
    background-color: #f1f1f1;
    border-top: #d3d3d3 solid 4px;
}
.container .con_text_right .ldzc_content .jzxx img{
    float: left;
    margin: 15px 20px;
}
.container .con_text_right .ldzc_content .jzxx a{
    float: left;
    font-size: 28px;
    font-style: italic;
    color: #015293;
    line-height: 60px;
}
.container .con_text_right .ldzc_content .jzxx button{
    float: left;
    width: 30%;
    height: 30px;
    color: white;
    background-color: #015293;
    border: 0;
    border-radius: 5px;
    margin-top: 15px;
    margin-left: 15px;
    font-size: 15px;
}
.container .con_text_right .ldzc_content .wugongkai{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.container .con_text_right .ldzc_content .wugongkai ul{
    width: 100%;
    float: left;
}
.container  .ldzc_content .wugongkai ul li{
    float: left;
    width: 48.3%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: white;
    margin-top: 10px;
    cursor: pointer;
}
.container  .ldzc_content .wugongkai ul li a{
    line-height: 40px;
    font-size: 15px;
    color: white;
}
.container .con_text .con_text_bottom{
    width: 100%;
    height: auto;
    padding: 25px 20px;
    float: left;
    margin-top: 20px;
    background-color: white;
}
.container .con_text .con_text_bottom .text_buttom_head{
    width: 100%;
    float: left;
    height: 40px;
    background-color: #f3f8fc;
}
.container .con_text .con_text_bottom .text_buttom_head a{
    float: left;
    width: 10%;
    height: 40px;
    line-height: 40px;
    color: white;
    font-size: 16px;
    text-align: center;
    background-color: #1e6faf;
}
.container .con_text .con_text_bottom .text_buttom_head p{
    font-size: 15px;
    float: right;
    cursor: pointer;
    line-height: 40px;
    margin-right: 10px;
    color: #999;
}
.container .con_text .con_text_bottom .text_buttom_picbox{
    padding: 5px;
    float: left;
    margin-top: 10px;
    width: 100%;
    height: auto;
}
.container .con_text .con_text_bottom .text_buttom_picbox .pic_item{
    width: 25%;
    float: left;
    padding: 10px;
    text-align: center;
}
.container .con_text .con_text_bottom  .pic_item img{
   width: 100%;
    height: auto;
    cursor: pointer;
}
.container .con_text .con_text_bottom .text_buttom_picbox p{
    font-size: 16px;
    padding: 10px 0;
}

@media screen and (max-width: 768px){
    body {
        background: #fff;
    }
    .container{
        width: 100%;
        overflow:hidden;
    }
    .container .title_box{
        float: left;
        top: 0;
        width: 100%;
        height: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .container .title_box a:first-child{
        color: black;
        font-size: 27px;
        font-weight: bold;
        text-decoration: none;
    }
    .container .title_box p{
        color: #5a5a5a;
        font-size: 15px;
        margin-top: 10px;
        margin-left: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .container .pic_box{
        width: 100%;
        height: auto;
    }
    .container .pic_box  .slideBox{ width:100%; height:43%; overflow:hidden; position:relative; border:1px solid #ddd; }
    .container .pic_box  .slideBox .bd img{ width:100%; height:43%; display:block;  }

    .container .pic_box  .slideBox .bd div{position: absolute;width: 60%;height:40px;bottom: 0;padding: 10px;border-radius: 10px;left: 24%;text-align: center}
    .container .pic_box  .slideBox .bd div a{display: block;color: white;font-size: 16px;margin-top: 0px;font-weight: bold}
    .container .pic_box  .slideBox .bd .show_snum{
        color: white;position: absolute;right: 20px;
        width: auto;
        height: auto;
        background: rgba(0,0,0,0);
        bottom: 0;
        padding: 0;
        border-radius: 10px;
        left:68%;
        text-align: unset;
    }

    .container .pic_box .show_snum>span:nth-child(1){
        color: red;font-size: 18px;margin-top: 0px;
    }
    .container .pic_box .show_snum>span:nth-child(2){
        font-size: 20px;
    }
    .container .pic_box .show_snum>span:nth-child(3){
        font-size: 18px;
        margin-top: 8px;
    }
    .container .con_text .con_text_left{
        width: 100%;
        padding: 0;
    }
    .container .con_text .con_text_left .inBox .inHd ul li{
        color: #015293;
        height:32px;
        line-height: 20px;
        width:16%;
        text-align:center;
        float:left;
        cursor:pointer;
        font-size: 14px;
        font-weight: bold
    }
    .container .con_text .con_text_bottom {
        padding: 0;
    }
    .container .con_text .con_text_right{
        width: 100%;
        margin-left: 0;
        padding: 0;
    }
    .container .con_text_right .ldzc .ldzc_content{
        padding-left: 0;
        padding-top: 20px;
    }
    .container  .ldzc_content .wugongkai ul li{
        width: 100%;
        margin-left: 0 !important;
        margin-top: 5px;
    }
    .container .con_text .con_text_bottom .text_buttom_head a{
        width: 30%;
    }
    .container .con_text .con_text_bottom .text_buttom_picbox .pic_item{
        width: 50%;
    }
}